home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / XLisp 2.1e3 / Sources / osptrs.h < prev    next >
Text File  |  1993-01-16  |  674b  |  28 lines

  1. /* osptrs.h - system specific function pointers */
  2. /* Modified for Macintosh -- bsk */
  3.  
  4. { "SYSTEM",        S,    xsystem        },
  5. { "GET-KEY",    S,    xgetkey        },
  6.  
  7. { "SHOWGRAPHICS",    S,    xshowgraphics    },
  8. { "HIDEGRAPHICS",    S,    xhidegraphics    },
  9. { "CLEARGRAPHICS",    S,    xcleargraphics    },
  10.  
  11. { "SHOWPEN",    S,    xshowpen    },
  12. { "HIDEPEN",    S,    xhidepen    },
  13. { "MOVE",        S,    xmove        },
  14. { "MOVETO",        S,    xmoveto        },
  15. { "DRAW",        S,    xdraw        },
  16. { "DRAWTO",        S,    xdrawto        },
  17. { "PENMODE",    S,    xpenmode    },
  18. { "PENSIZE",    S,    xpensize    },
  19. { "PENPAT",        S,    xpenpat        },
  20. { "PENNORMAL",    S,    xpennormal    },
  21. { "GETPEN",        S,    xgetpen        },
  22. { "COLOR",        S,    xcolor        },
  23.  
  24. { "TOOL",        S,    xtool        },
  25. { "TOOL16",        S,    xtool16        },
  26. { "TOOL32",        S,    xtool32        },
  27.  
  28.